home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / D-G / DropInfo ƒ / DropInfo Source Notes < prev   
Encoding:
Text File  |  1991-12-22  |  4.6 KB  |  124 lines  |  [TEXT/ttxt]

  1. DropInfo release notes:
  2.  
  3. • 2.0 - 22.12.91 (LDR)
  4. - Updated for latest DropShell changes
  5. - Finished Pascal conversion
  6. - completed Balloon Help for Info dialogs
  7. - see sources for additional comments & changes
  8.  
  9. • 2.0F4 — 01.12.91
  10.  
  11. -    DropShell.c:    fixed Marshall's braces
  12.  
  13. -    DIUtils.c:            formatted and commented
  14.  
  15. -    DIStuff.c            formatted and commented; changed IUEqualString to EqualString for folders (I'd already done it for files)
  16.  
  17. -    DropInfo.r:        I did not mess with this since I don't trust myself not to break anything inadvertently. This file is therefore not current; the .rsrc file is.
  18.  
  19. -    DropInfo.make:    we seem to be using different versions of MPW. Mine (3.2 interface files) does not need CInterface.o. This needs to be resolved.
  20.  
  21. Left to do:
  22. -    Balloon Help for everything (I'm a lazy bum and waiting to pick up a copy of BalloonWriter on Tuesday)
  23.  
  24. • 2.0fc3++    —    30.11.91
  25.  
  26. Notes to Stephan from LDR 
  27. Changes made to DI fc3
  28.  
  29. • DIMain.c BAD!  
  30.     Put a slightly modified DropShell.c in its place
  31.     also removed DIMain.h
  32. • Changed QIStuff to GetTheInfo
  33.     Also check comments in DIStuff.c for other changes
  34.     Also check out my comments about BlockMove on an '040
  35. • Made slight change to DSUserProcs.c to only call GetTheInfo on an open, not a print
  36.     also put a comment in the header about you modifying it for DropInfo
  37. • Created an MPW Makefile for DropInfo
  38. • Created DropInfo.r for MPW
  39.     help resources were missing their respective STR#'s
  40.     Your DLOG/ALRT resources do NOT match the shell's
  41.         About box = 128 (NOT 130)
  42.         Folder = 129
  43.         File = 130        (NOT 128)
  44.     About box is back to an alert to match the shell
  45. • Replaced old .rsrc with new compiled .r
  46. • Updated vers to 2.0fc3+ so you know the difference!
  47.  
  48. Still to be done
  49. • Better formatting and COMMENTS in the DI files
  50. • Help resources for the Get Info windows
  51. • Merge with next rev of DropShell
  52.     one more set of changes from Greg & John Sulliven
  53. • RELEASE!
  54.  
  55.  
  56. •    2.0fc3    —    29.11.91
  57.  
  58. -    LDR:    fixed item rect to cope with non left-justified script systems
  59.  
  60. -    DS:        moved Stationary item up one pixel
  61.  
  62. -    LDR:    swapped Type and Creator fields
  63.  
  64. -    LDR:    added LDR's Balloon Help; there are still some bits missing
  65.  
  66. -    LDR & DS: I deliberately didn't add a Get Info menu item because it's too much like work. If someone wants to Get Info on something after DI is launched, they can drag and drop just like everyone else.
  67.  
  68. -    RCZ:    the check to see whether type and creator have changed is now case sensitive
  69.  
  70. -    DS:        de-beeped the about box
  71.  
  72. -    Moved over to Nov 24th’s DropShell
  73.  
  74. -    Made non-inline versions of MyBitTst and MyBitSetClr
  75.  
  76. -    Now compiles under MPW and THINK; this unfortunately required some rather unaesthetic typecasting
  77.  
  78.  
  79. •    2.0b1 — 01.10.91
  80.  
  81. -    First “beta” release.
  82.  
  83.         DropInfo should be feature complete. If you feel a feature is missing, speak now.
  84.  
  85. -    LDR: “Change All” is dimmed if only one file/folder was dropped.
  86.  
  87. -    LDR: “OK” changed to “Change” in the dialogs’ buttons.
  88.  
  89. -    Changed oapp/odoc behavior — now works as it should, as opposed to the way DropShell thought it ought to. If launched without having something dropped on it, DropInfo will stay running until quit explicitly.
  90.  
  91.         "assume it was" indeed.
  92.  
  93. -    Better volume support; DropInfo now touches the mod date of the vol itself rather than attempting to touch the "parID".
  94.  
  95.  
  96. •    2.0a4 — 26.9.91
  97.  
  98. -    I lied. The other change to a3 was the addition of FlushVol after every file/folder in the hope that it will help flush the Finder’s reality cache.
  99.  
  100. -    Fixed stupid a3 bug to do with the ModalDialog filter.
  101.  
  102. -    Fixed other stupid a3 bug where Cmd-Q wouldn't work for folders.
  103.  
  104. -    Added the Leonard Rosenthol “I want to turn everything into MPW files” feature: the Change All button now causes all subsequent files or folders (depending on what is changed first) to receive the same type/creator and bits information.
  105.  
  106.         The name is left untouched on all but the first file/folder.
  107.  
  108. -    A bunch of stuff was moved around and changed for a4. It may therefore do buggy things that previous revs haven’t.
  109.  
  110. -    Please send bug reports and or feature requests soon. I’d like to finalize DropInfo as soon as I can and get on with other things.
  111.  
  112. -    If you have access to a QuickMail server (ie could put an INIT on it if you were so inclined) and are interested in being a beta site for my next hack, please let me know.
  113.  
  114.  
  115. •    2.0a3 — 25.9.91
  116.  
  117. -    Added the Laurie Gill feature: Cmd-Q now quits regardless of whether there are any files left to deal with. Most useful after realizing that one has just dropped n files onto it (where n is an annoyingly large number) and one doesn’t particularly want to hit Cmd-Period n times.
  118.  
  119. -    No other changes
  120.  
  121.  
  122. •    2.0a2 — 10.9.91
  123.  
  124. -    First “public” release